From ea53d4ee4645bdcfd1c7a5f1da6c3fa6986c3902 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Tue, 17 Dec 2002 10:47:17 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.22 (3dff00b5kXNrlD_-ngT1Fgnp-Eng2g) debug & test --- xen-2.4.16/common/memory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen-2.4.16/common/memory.c b/xen-2.4.16/common/memory.c index cbe53bc61a..4de8d138db 100644 --- a/xen-2.4.16/common/memory.c +++ b/xen-2.4.16/common/memory.c @@ -658,6 +658,8 @@ int do_process_page_updates(page_update_request_t *updates, int count) if ( err ) { + printk(KERN_ALERT "bd240 debug: unchecked %d\n", cur.ptr & (sizeof(l1_pgentry_t) -1)); + printk(KERN_ALERT "bd240 debug: update: ptr %lx, val %lx\n", cur.ptr, cur.val); kill_domain_with_errmsg("Illegal page update request"); } -- 2.30.2